shortcutmanager: Convert docs
authorMatthias Clasen <mclasen@redhat.com>
Sat, 27 Feb 2021 15:55:47 +0000 (10:55 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:34 +0000 (16:37 +0000)
gtk/gtkshortcutmanager.c
gtk/gtkshortcutmanager.h

index e2b3070a2650cc818540dc2f767aa166fad8c2f8..d5e08279d9fb22bb58ecdb29618e77d2b28586fe 100644 (file)
@@ -35,6 +35,9 @@
  *
  * Examples for widgets implementing `GtkShortcutManager` are
  * [class@Gtk.Window] and [class@Gtk.Popover].
+ *
+ * Every widget that implements `GtkShortcutManager` will be used as a
+ * %GTK_SHORTCUT_SCOPE_MANAGED.
  */
 
 G_DEFINE_INTERFACE (GtkShortcutManager, gtk_shortcut_manager, G_TYPE_OBJECT)
index 0d4ece9745a9fda6d49c8357e9eb2d0fd3bd444a..fefea1286fcb4532e6e61c22d548fa58a9854669 100644 (file)
@@ -34,14 +34,6 @@ G_BEGIN_DECLS
 GDK_AVAILABLE_IN_ALL
 G_DECLARE_INTERFACE (GtkShortcutManager, gtk_shortcut_manager, GTK, SHORTCUT_MANAGER, GtkWidget)
 
-/**
- * GtkShortcutManager:
- *
- * This object is used to implement support for #GtkShortcutScopes. Every
- * widget that implements #GtkShortcutManager will be used as a
- * %GTK_SHORTCUT_SCOPE_MANAGED.
- */
-
 /**
  * GtkShortcutManagerInterface:
  * @add_controller: Add a #GtkShortcutController to be managed.